update
authorJoey Hess <joeyh@joeyh.name>
Wed, 24 Sep 2025 17:04:51 +0000 (13:04 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 24 Sep 2025 17:04:51 +0000 (13:04 -0400)
doc/todo/add_xxHash_backend/comment_5_ad6f50e7d27d31028c81a4899f91f223._comment

index cf6c7cd167899e2149cb5aa1e44c973909589feb..0a5cd38c69c5b1810962c84f4b6ce2a332fc451b 100644 (file)
@@ -17,6 +17,11 @@ This change will fix it:
        - hashtype="${0##*git-annex-backend-X}"
        + hashtype="${0##*git-annex-backend-}"
 
+However, since the hash is named "XXHASH", and this is an external backend,
+I think the backend name you should really be using is "XXXHASH". This
+leaves the "XXHASH" backend name free for git-annex to use if it
+implemented it as a built-in backend.
+
 Once you have the program working, we can add it to the list of external
 backends.
 """]]